Skip to content

Adapt to scikit-learn 1.8.0#556

Open
tramora wants to merge 1 commit intomainfrom
adapt-sklearn
Open

Adapt to scikit-learn 1.8.0#556
tramora wants to merge 1 commit intomainfrom
adapt-sklearn

Conversation

@tramora
Copy link
Collaborator

@tramora tramora commented Feb 16, 2026

  • Since version 1.7.2 the new parameters or functions are already available so no deprecated calls should remain
  • For python 3.10, 1.7.2 is still used
  • For python 3.11+, the later 1.8.0+ versions are used

Fixes #519 and #523


TODO Before Asking for a Review

  • Rebase your branch to the latest version of main (or main-v10)
  • Make sure all CI workflows are green
  • When adding a public feature/fix: Update the Unreleased section of CHANGELOG.md (no date)
  • Self-Review: Review "Files Changed" tab and fix any problems you find
  • API Docs (only if there are changes in docstrings, rst files or samples):
    • Check the docs build without warning: see the log of the API Docs workflow
    • Check that your changes render well in HTML: download the API Docs artifact and open index.html
    • If there are any problems it is faster to iterate by building locally the API Docs

@tramora tramora requested a review from popescu-v February 16, 2026 16:00
- Since version 1.7.2 the new parameters or functions are already available so no deprecated calls should remain
- For python 3.10, 1.7.2 is still used
- For python 3.11+, the later 1.8.0+ versions are used
@tramora tramora removed the request for review from popescu-v February 17, 2026 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adapt to scikit-learn 1.8.0+

1 participant